home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / kutil14.zip / MKTREE.TXT < prev    next >
Text File  |  1996-08-25  |  2KB  |  56 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.               Copyright (c) 1994-96 by Rob McDonell, ARK ANGLES
  4.                              All Rights Reserved
  5.  
  6.                            MKTREE - Make Tree 1.4
  7.  
  8.  
  9. This utility creates a whole directory tree with a single command, making
  10. each directory down the tree as necessary.  It is more powerful that the
  11. standard MKDIR command, because MKDIR can only create one directory at a
  12. time.
  13.  
  14.  
  15. USAGE:
  16.  
  17.   MKTREE dirname
  18.  
  19. where:  dirname  is the partial or fully qualified directory name
  20.  
  21.  
  22. EXAMPLES:
  23.  
  24.   MKTREE DIR1\DIR2               will create the DIR1 directory in the
  25.                                  current directory and the DIR2 directory
  26.                                  in the DIR1 directory
  27.  
  28.   MKTREE \DIR1\DIR2              will create the DIR1 directory in the root
  29.                                  directory of the current drive and the DIR2
  30.                                  directory in the DIR1 directory
  31.  
  32.   MKTREE C:\DIR1\DIR2\DIR3       will create the DIR1 directory in the root
  33.                                  directory of the C: drive and the DIR2
  34.                                  directory in the DIR1 directory and the
  35.                                  DIR3 directory in the DIR2 directory
  36.  
  37. Run MKTREE with no parameters or "?" or "/?" to display simple help and
  38. registration information.
  39.  
  40.  
  41. REGISTRATION:
  42.  
  43. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  44. using it after the 60 day trial period you must register, which costs only
  45. A$15 per utility or A$29, US$24, £15, Dm40, ¥2600 for the whole collection.
  46.  
  47. Author:     Rob McDonell
  48.             ARK ANGLES
  49.             P O Box 190 (61 Oaklands Rd)
  50.             Hazelbrook  NSW  2779
  51.             AUSTRALIA
  52. Phone:      Intl+61-47-588100
  53. Fax:        Intl+61-47-588638
  54. Compuserve: 100237,141
  55. Internet:   100237.141@compuserve.com
  56.